From: Karl Heuer Date: Mon, 19 Sep 1994 17:46:42 +0000 (+0000) Subject: (Fkey_description): Reverse condition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90141 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e283121bc3ea0754887214417db4ad8901f9e15d;p=emacs.git (Fkey_description): Reverse condition. --- diff --git a/src/keymap.c b/src/keymap.c index df12f254af9..76f59c2fa55 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1366,7 +1366,7 @@ spaces are put between sequence elements, etc.") } keys = vector; } - else if (VECTORP (keys)) + else if (!VECTORP (keys)) keys = wrong_type_argument (Qarrayp, keys); /* In effect, this computes